/*
Theme Name:    The Women's Bureau
 Theme URI:    http://womensbureau.org
 Description:  The Women's Bureau Theme
 Author:       The Women's Bureau
 Author URI:   http://womensbureau.org
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, blue, green, white, grey
 Text Domain:  the-womens-bureau
 Version:      1.5.0
*/
@import url("../TheWomen-sBureau/ajax/libs/animate-css/3-5-1/animate.min.css");
@import url("../TheWomen-sBureau/css/style.css");
@import url("https://womensbureau.org/wp-content/themes/The%20Women%27s%20Bureau/css/styles.css");

.node-readmore{
width: 16%;
    padding: 2px 8px;
	background-color:#999;
	list-style:none;
}
h1.title{
	text-transform:capitalize !important;
}
.pane-title {
	text-align: center;
}
.text-center {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.col.sqs-col-9.span-9 {
	width: 73%;
	float: left;
}
.col.sqs-col-3.span-3 {
	width: 25%;
	float: right;
}
article.node {
box-shadow: 5px 5px 5px 5px #888;
	margin-bottom: 10px !important;
	padding:10px !important;
	
}